projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cb296
)
(lisp-font-lock-keywords-1): Correct defmethod addition.
author
Dave Love
<fx@gnu.org>
Fri, 23 Jan 1998 16:50:56 +0000
(16:50 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 23 Jan 1998 16:50:56 +0000
(16:50 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 820a90499e7634172b92eea92983136e7542ffc2..cb72a6bc36e07f781d06ff45aa61aacc145b2118 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1892,9
+1892,9
@@
This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
;; Definitions.
(list (concat "(\\(def\\("
;; Function declarations.
- "\\(advice\\|alias\\|"
+ "\\(advice\\|alias\\|
method\\|
"
"ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|"
- "macro\\|
method\\|
subst\\|un\\)\\|"
+ "macro\\|subst\\|un\\)\\|"
;; Variable declarations.
"\\(const\\|custom\\|face\\|var\\)\\|"
;; Structure declarations.